DevJourney

MATLAB/VIT/Sem I/Ex - 2/q5.m

x = -5:5;
y = 0.5.^abs(x);
stem(x,y);
View on GitHub